home *** CD-ROM | disk | FTP | other *** search
/ Steal This CD / steal_this_cd.iso / Chapter 09 - Cracking Passwords / logkext.dmg / logKext.pkg / Contents / Resources / InstallationCheck < prev    next >
Text File  |  2005-05-17  |  103b  |  7 lines

  1. #!/bin/sh
  2. if [ `/usr/bin/sw_vers -productVersion | cut -d'.' -f2` -gt 3 ];
  3. then
  4. exit 0;
  5. else
  6. exit 1;
  7. fi